From: Richard M. Stallman Date: Mon, 26 Feb 1996 19:33:15 +0000 (+0000) Subject: (makefile-runtime-macros-list): Add + to the list. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~84381 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1f35e359755969c75a9532c503195b9c0014cc38;p=emacs.git (makefile-runtime-macros-list): Add + to the list. --- diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 3a4ddff5bf8..9479fd6ecc8 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -178,7 +178,7 @@ You will be offered to complete on one of those in the minibuffer whenever you enter a \".\" at the beginning of a line in makefile-mode.") (defvar makefile-runtime-macros-list - '(("@") ("&") (">") ("<") ("*") ("^") ("?") ("%") ("$")) + '(("@") ("&") (">") ("<") ("*") ("^") ("+") ("?") ("%") ("$")) "List of macros that are resolved by make at runtime. If you insert a macro reference using makefile-insert-macro-ref, the name of the macro is checked against this list. If it can be found its name will